home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS25.ADF / DiskWipe / diskwipe.doc < prev    next >
Text File  |  1989-01-26  |  3KB  |  87 lines

  1. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
  2. * |_o_o|\\ Copyright (c) 1987 The Software Distillery.  All Rights Reserved *
  3. * |. o.| ||          Written by Doug Walker                                 *
  4. * | .  | ||          The Software Distillery                                *
  5. * | o  | ||          235 Trillingham Lane                                   *
  6. * |  . |//           Cary, NC 27513                                         *
  7. * ======             BBS:(919)-471-6436                                     *
  8. \* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  9.                               DISKWIPE 1.0
  10.  
  11. This program, both executable and source, is copyright (c) 1987 The 
  12. Software Distillery.  The program is freely redistributable as long as
  13. the following conditions are met:
  14.  
  15. 1. It is distributed with all files in this archive intact and unchanged.
  16.  
  17. 2. The distributor does so on a not-for-profit basis.  
  18.  
  19. These distribution rights may be withdrawn by The Software Distillery
  20. at any time if the Distillery feels the distributor is abusing either
  21. of these conditions.
  22.  
  23. As the author, I request that you send me a copy of any changes you
  24. make to this code before distributing it.  (Address below).
  25.  
  26. ===========================================================================
  27.  
  28. Have you ever had a disk full of files you wanted to get rid of?  You
  29. probably typed DELETE ALL and listened to the floppy grind away for about
  30. ten minutes doing it.  Well, here's an alternative:  DISKWIPE.
  31.  
  32. USAGE:  DISKWIPE [MANY] [[DRIVE] <dfn:>] [[NAME] <name>]
  33.  
  34. MANY           DISKWIPE will work on multiple disks.  It will prompt you 
  35.                after wiping each disk.  To quit, type CTRL-\ at the prompt.
  36.  
  37. DRIVE <dfn:>   Specifies the name of the floppy drive to use.  The DRIVE
  38.                keyword is optional.  If no drive is specified, DF0: will
  39.                be used.
  40.  
  41. NAME <name>    Specifies a new name for the disk.  The NAME keyword is
  42.                optional.  If no name was specified,  DISKWIPE will use the 
  43.                existing name.  If the existing name is not valid, the name 
  44.                "dos disk" will be used.  You also have the opportunity to 
  45.                enter a new name when you are prompted to hit RETURN.
  46.  
  47.  
  48. EXAMPLES:
  49.  
  50. DISKWIPE
  51. Wipes all data from drive DF0:.  The disk name will be retained.  You will
  52. be prompted to insert the disk.
  53.  
  54. DISKWIPE df1: farkle
  55. Wipes all data from drive DF1:.  The name FARKLE will be used.  You will be
  56. prompted.
  57.  
  58. DISKWIPE MANY df0:
  59. Wipes all data from drive df0:.  You will be prompted before the first disk
  60. and after each disk.  You can type in a name for each disk at the prompt
  61. or just hit return to use the old name.  CTRL-\ quits.
  62.  
  63.  
  64. BUGS:
  65. There is a problem with running diskwipe while DOS is validating the floppy.
  66. An invalid disk structure may be generated if this occurs.  To be safe, 
  67. wait until the disk light goes out completely before issuing the DISKWIPE
  68. command.
  69.  
  70. FUTURE PLANS:
  71. A replacement FORMAT command that accepts WIPE as an option.
  72.  
  73. SUPPORT, SUGGESTIONS, CONTRIBUTIONS:
  74. Please state what version of the program you have when writing.
  75. This is version 1.0.
  76.  
  77. Doug Walker
  78. 405 B3 Gooseneck Drive
  79. Cary, NC 27513
  80.  
  81. or
  82.  
  83. The Software Distillery
  84. 235 Trillingham Lane
  85. Cary, NC 27513
  86. BBS: (919)471-6436
  87.